home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / manualrecord.css658 < prev    next >
Text File  |  2007-11-10  |  6KB  |  370 lines

  1. /*
  2. CSS for Manual Record page.
  3. */
  4.  
  5. html {
  6.     overflow-y:hidden;
  7.     overflow-x:hidden;
  8. }
  9.  
  10. BODY {
  11.     margin:0px;
  12.     padding:0px;
  13.     background-color:#ffffff;
  14.   
  15.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  16.     font-size:10px;
  17. }
  18.  
  19. #DETAILS_HEADER {
  20.     line-height:40px;
  21.     width:100%;
  22.  
  23.     vertical-align: middle;
  24.     margin:0px;
  25.     border:0px;
  26.     padding:0px;
  27. }
  28.  
  29. #DETAILS_HEADER_DIV, #OPTIONS_DIV, #BUTTONS_DIV, #DAYS_DIV, #QUALITY_DIV, #UPDATE_DIV {
  30.     background-color:#000000;
  31.     height:1px;
  32.     width:100%;
  33.     overflow: hidden;
  34. }
  35.  
  36. #DETAILS_HEADER_DIV {
  37.     top:75px;
  38.     position:absolute;
  39. }
  40.  
  41. #POSITIONING_DIV {
  42.     position:absolute;
  43.     top:80px;
  44.     width:100%;
  45. }
  46.  
  47. #QUALITY_DIV {
  48.     clear:both;
  49. }
  50.  
  51. #DETAILS_HEADER_TEXT {
  52.     margin-left:5px;
  53. }
  54.  
  55. .detailsInfo {
  56.     margin-top:5px;
  57.     vertical-align: middle;
  58. }
  59.  
  60. .detailsLabel {
  61.     display: inline-block;
  62.     width:160px;
  63.     text-align:right;
  64.     padding: 0px 3px 0px 3px;
  65.     white-space: nowrap;
  66.     float:left;
  67.     vertical-align: middle;
  68.     line-height: 22px;
  69. }
  70.  
  71. #DETAILS_LOGO_HEADER {
  72.     display:inline;
  73.     float:left;
  74.     height:46px;
  75.     width:47px;
  76.     width:0px;
  77.     font-size:0px;
  78.     background:url(../Graphics/logo_header.png) no-repeat left;
  79.     margin-top:-5px;
  80.     visibility: hidden;
  81. }
  82.  
  83. .detailsTextLarge {
  84.   font-size:24px;
  85.   font-weight:bold;
  86. }
  87.  
  88. #RECORD_DETAILS {
  89.     width:100%;
  90.     padding: 5px 5px 5px 5px;
  91.     margin-bottom: 2px;
  92. }
  93.  
  94. #RECORD_DETAILS_2 {
  95.     width:100%;
  96.     padding: 0px 5px 5px 5px;
  97.     margin-top: 0px;
  98. }
  99.  
  100. #EPISODE_INFO A, #BOTTOM_BUTTONS A, #UPDATE_RECORDING_TIME A {
  101.     text-decoration: none;
  102.     font-size: 12px;
  103. }
  104.  
  105. #EPISODE_INFO A:hover {
  106.     background-color: #cfe6a1;
  107. }
  108.  
  109. #EPISODE_INFO A:visited, #EPISODE_INFO A:active {
  110.     color: #000000;
  111. }
  112.  
  113. #RECORD_BUTTONS {
  114. /*    padding-bottom:5px;*/
  115.     margin-top:3px;
  116. }
  117.  
  118. #RECORD_BUTTONS A, .butShowAllEpisodes A, .butShowThisEpisode A, #UPDATE_RECORDING_TIME A {
  119.     text-decoration: none;
  120.     font-size: 11px;
  121.     font-weight:bold;
  122.     color: #000000;
  123.  
  124.     display: inline-block;
  125.     
  126.     border: 1px solid #000000;
  127.     margin: 2px 0px 0px 4px;
  128.     padding: 0px 6px 0px 6px;
  129.     background-color: #9acd32;
  130.     
  131.     white-space: nowrap;
  132.     text-align: center;
  133.     vertical-align: middle;
  134.     line-height:24px;
  135.  
  136.     overflow: visible;
  137.     float:left;
  138. }
  139.  
  140. #RECORD_BUTTONS A:hover, .butShowAllEpisodes A:hover, .butShowThisEpisode A:hover, #UPDATE_RECORDING_TIME A:hover {
  141.     background-color: #cfe6a1;
  142. }
  143.  
  144. .infoTitle {
  145.     font-size: 14px;
  146.     font-weight: bold;
  147.     color: #000000;
  148. }
  149.  
  150. .infoText {
  151.     font-size: 11px;
  152.     font-weight:normal;
  153. }
  154.  
  155. #EPISODE_BUTTONS, #EPISODE_DATE, #EPISODE_DESC, #RECORD_BUTTONS, #EPISODE_CHANNEL {
  156.     display: inline-block;
  157.     margin-right:5px;
  158.     margin-top:3px;
  159. }
  160.  
  161. #UPDATE_RECORDING_TIME {
  162.     padding-top:5px;
  163. }
  164.  
  165. #EPISODE_DATE {
  166.     float:left;
  167.     clear: both;
  168. }
  169.  
  170. #EPISODE_CHANNEL {
  171.     float:left;
  172. }
  173.  
  174. #EPISODE_BUTTONS {
  175.     margin-left:-4px;    
  176. }
  177.  
  178. #CHANNEL_ICON {
  179.     float:left;
  180.     width:67px;
  181.     height:50px;
  182.     margin-left:10px;
  183.     margin-top:4px;
  184. }
  185.  
  186. .channelNum {
  187.     font-size:16px;
  188.     font-weight:bold;
  189. }
  190.  
  191. .channelName {
  192.     font-size:12px;
  193.     font-weight:normal;
  194. }
  195.  
  196. #EPISODE_CHANNEL {
  197.     margin-left:30px;
  198. }
  199.  
  200. #EPISODE_DESC {
  201.     vertical-align: top;
  202.     clear: both;
  203. }
  204.  
  205. .subtitleText {
  206.     font-size: 11px;
  207.     font-weight:bold;
  208. }
  209.  
  210. #RECORD_OPTIONS_LEFT {
  211.     float:left;
  212.     margin-right:20px;
  213.     padding-top:3px;
  214. }
  215.  
  216. #RECORD_OPTIONS {
  217.     position:relative;
  218.     display: inline-block;
  219.     left:0px;
  220.     width:100%;
  221.     padding: 0px 0px 5px 0px;
  222.     z-index:99;
  223.     overflow: hidden;
  224. }
  225.  
  226. #RECORD_OPTIONS_RIGHT, #RECORD_DAYS_2, #RECORD_DAYS_3, #RECORD_DAYS_4 {
  227.     float:left;
  228.     margin-left: 10px;
  229.     margin-right: 10px;
  230.     margin-bottom: 5px;
  231. }
  232.  
  233. #RECORD_DAYS_2 {
  234.     margin-left:0px;
  235. }
  236.  
  237. #RECORD_DAYS_4 {
  238.     margin-right:0px;
  239. }
  240.  
  241. #DAYS_LIST {
  242.     background-color: #f1f1f1;
  243.     border-left: 1px solid #696969;
  244.     border-right: 1px solid #696969;
  245.     float:left;
  246.     margin: 1px 0px -1px 20px;
  247.     padding: 0px 5px 3px 2px;
  248. }
  249.  
  250. #RECORD_QUALITY, #RECORD_PADDING {
  251.     position: relative;
  252.     display: inline-block;
  253.     clear:left;
  254.     margin-top:2px;
  255.     line-height:20px;
  256.     vertical-align:middle;
  257.     white-space: nowrap;
  258.     overflow: hidden;
  259. }
  260.  
  261. #RECORD_QUALITY SELECT, #RECORD_DETAILS SELECT {
  262.     line-height:20px;
  263.     vertical-align:middle;
  264. }
  265.  
  266. .inpRadio {
  267.     line-height:20px;
  268.     vertical-align:middle;
  269.     height:20px;
  270. }
  271.  
  272. #RECORD_QUALITY {
  273.     margin-left: 5px;
  274. }
  275.  
  276. #RECORD_QUALITY INPUT {
  277.     line-height:20px;
  278.     vertical-align:middle;
  279.     text-align: center;
  280.     border: 1px solid black;
  281.     background-color: #fff5ee;
  282.     padding: 1px 0px 0px 0px;
  283.     height:22px;
  284. }
  285.  
  286. #RECORD_DETAILS INPUT, #RECORD_DAYS_2 INPUT, #RECORD_DAYS_3 INPUT {
  287.     line-height:20px;
  288.     vertical-align:middle;
  289.     padding: 1px 0px 0px 0px;
  290.     height:22px;
  291. }
  292.  
  293. #pgmName {
  294.     line-height:20px;
  295.     vertical-align:middle;
  296.     text-align: left;
  297.     border: 1px solid black;
  298.     background-color: #fff5ee;
  299.     padding: 1px 0px 0px 0px;
  300.     height:22px;
  301. }
  302.  
  303. SELECT {
  304.     line-height:20px;
  305.     border: 1px solid black;
  306.     background-color: #fff5ee;
  307.     padding: 2px 2px 2px 0px;
  308.     height:22px;
  309. }
  310.  
  311. .updateText {
  312.     font-size:11px;
  313.     font-weight:bold;
  314.     margin-bottom:-5px;
  315. }
  316. #UPDATE_RECORDING_TIME {
  317.     display: inline-block;
  318.     width:100%;
  319.     clear:both;
  320. }
  321.  
  322. #ERROR_MESSAGE {
  323.     clear: both;
  324.     display: inline-block;
  325.     float:left;
  326.     width:100%;
  327.     
  328.     border-top: 3px solid #ff0000;
  329.     border-bottom: 3px solid #ff0000;
  330.     padding: 8px 12px 9px 12px;
  331.     color: #000000;
  332.     font-size: 12px;
  333.     font-weight: bold;
  334.     background-color: #ff9f9f;
  335.     text-align: center;
  336.     margin-top:5px;
  337. }
  338.  
  339. #BUTTONS_DIV {
  340.     margin-top:5px;
  341. }
  342.  
  343. #QUALITY_DIV {
  344.     clear:both;
  345.     margin-top: 8px;
  346. }
  347.  
  348. .programInfo {
  349.     display: inline-block;
  350.     position: absolute;
  351.     float:right;
  352.     top:0px;
  353.     right:0px;
  354.     font-size: 16px;
  355.     font-weight:bold;
  356.     line-height: 40px;
  357.     vertical-align: middle;
  358.     margin-right: 5px;
  359. }
  360.  
  361. .textLarge {
  362.   line-height:20px;
  363.   padding-top:3px;
  364. }
  365.  
  366. .textSmall {
  367.   padding-left:3px;
  368.   line-height:12px;
  369. }
  370.